Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / Write Method / Write(List<MetricSample>) Method
A list of metric samples to record.

In This Topic
    Write(List<MetricSample>) Method
    In This Topic
    Record the provided set of metric samples to the log.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Write( _
       ByVal samples As List(Of MetricSample) _
    ) 
    public static void Write( 
       List<MetricSample> samples
    )

    Parameters

    samples
    A list of metric samples to record.
    Remarks
    When sampling multiple metrics at the same time, it is faster to make a single write call than multiple calls.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also